% 1 - ορισμός. Τι είναι το JavaScript Object Notation
Diclib.com
Διαδικτυακό λεξικό

Τι (ποιος) είναι JavaScript Object Notation - ορισμός

TEXT-BASED OPEN STANDARD DESIGNED FOR HUMAN-READABLE DATA INTERCHANGE
Json; JavaScript Object Notation; Javascript Object Notation; JSONNP; .json; JSON Schema; HOCON; I-JSON; Internet JSON; Human-Optimized Config Object Notation; ECMA-404; HJSON; JSON5; Application/json
  • Douglas Crockford at the Yahoo Building (2007)
  • 121px

JavaScript Object Notation         
<programming> (JSON) Syntax for serialising JavaScript objects, often used as a data carrier format. JSON is based on a subset of the JavaScript programming language. It uses a file extension of .json and is considered a language-independent data format. (2008-05-28)
HOCON         
HOCON, or Human-Optimized Config Object Notation is a format for human-readable data, and a superset of JSON.
JSON         

Βικιπαίδεια

JSON

JSON (JavaScript Object Notation, pronounced ; also ) is an open standard file format and data interchange format that uses human-readable text to store and transmit data objects consisting of attribute–value pairs and arrays (or other serializable values). It is a common data format with diverse uses in electronic data interchange, including that of web applications with servers.

JSON is a language-independent data format. It was derived from JavaScript, but many modern programming languages include code to generate and parse JSON-format data. JSON filenames use the extension .json.

Douglas Crockford originally specified the JSON format in the early 2000s. He and Chip Morningstar sent the first JSON message in April 2001.